From fc6dcf859b7f3dc3a8d0c611b41fb30c94d0902d Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 15 Aug 2011 12:25:01 +0000 Subject: [PATCH] Add parser test for r94502 --- tests/parser/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 6903877eea..225c2c7a5a 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -741,6 +741,15 @@ External links: protocol-relative URL in free text is left alone

!!end +!! test +External links: protocol-relative URL in the middle of a word is left alone (bug 30269) +!! input +foo//example.com/Foo +!! result +

foo//example.com/Foo +

+!! end + !! test External image !! input -- 2.20.1